home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995…tember: Reference Library / Dev.CD Sep 95 RL / Dev.CD Sep 95 RL.toast / mac / Technical Documentation / develop / develop Issue 23 code / Internet Config / IC 1.1 / ICProgKit1.1 / Source / ICReadOnly / Read Me About ICReadOnly < prev   
Encoding:
Text File  |  1995-04-23  |  984 b   |  20 lines  |  [TEXT/ttxt]

  1. ICReadOnly Read Me
  2.  
  3. ICReadOnly is override component that marks all of the IC preferences as locked. It serves two purposes. Firstly it’s an effective demonstration of the advanced features that Internet Config makes possible.  Secondly it’s a useful debugging tool for programmers to test how well they handle read only preferences.
  4.  
  5. Installation
  6.  
  7. Drop Internet Config ReadOnly into your Extensions folder and reboot. Alternatively drop it on to a component installation application such as Reinstaller.
  8.  
  9. How It Works
  10.  
  11. ICReadOnly is the simplest example of how to use the ICGenericOverride shell for writing override components.  You should read the read me associated with that shell for more information about how it works.
  12.  
  13. ICReadOnly works by trapping the ICGetPref call to mark all preferences as locked and the ICSetPref call to return an error, thereby preventing any programs changing the preferences.
  14.  
  15. Credits
  16.  
  17. Share and Enjoy
  18.  
  19. The Late Night Silly Software Team
  20. 22 Apr 1995